array vt. 1.打扮,裝飾。 2.使…列隊(duì),排列。 3.提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。 The general arrayed his troops for battle. 將軍使軍隊(duì)列隊(duì)準(zhǔn)備戰(zhàn)斗。 The girl arrayed herself in her finest clothes. 這女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵舉兵對抗國王。 n. 1.整列,隊(duì)列,陣(列);陣容。 2.〔詩〕衣裳,裝扮,打扮。 3.陪審官名單。 4.一大批,一大群,一連串。 5.【數(shù)學(xué)】排列。 a battle array 戰(zhàn)斗隊(duì)形,列陣。 holiday array 節(jié)日盛裝。 be in fine array 盛裝。 an array of actors 演員的陣容。 a window array 櫥窗陳列品。 an array of (umbrellas) 一排(傘)。 in battle array 列陣,嚴(yán)陣。 in proud array 堂堂正正。
dynamic adj. 1.動力的,動力學(xué)的;力學(xué)(上)的;動(態(tài))的;起動的。 2.有力的,有生氣的;能動的;(工作)效率高的。 3.【音樂】力度;強(qiáng)弱法的。 4.【醫(yī)學(xué)】機(jī)能(上)的。 5.【哲學(xué)】動力論的,力本論的。 a dynamic personality 活躍的性格。 a dynamic atmosphere 生氣勃勃的景象。 a dynamic population 動態(tài)人口。 n. 〔限指 dynamic〕 (原)動力;動態(tài)。 adv. -ally
On disk , a dynamic array in a user - defined type written with 在磁盤上,用戶定義類型的動態(tài)數(shù)組(用
The usage of dynamic array in visual c 中動態(tài)數(shù)組的使用
Create dynamic array 創(chuàng)建動態(tài)數(shù)組
Visual basic 6 . 0 and earlier versions write the file descriptor for a dynamic array but not for a fixed - size array Visual basic 6 . 0及較早版本寫入動態(tài)數(shù)組(而不是固定大小數(shù)組)的文件說明符。
The hardware configuration and dynamic array control algorithm as well as parameter design are described coneretely . the results of simulation and operation are given 對系統(tǒng)硬件配置動態(tài)矩陣控制算法及參數(shù)設(shè)計(jì)作了具體說明,給出了仿真和實(shí)際運(yùn)行結(jié)果。
Abstract : the ph control system of centralization process in sugar refinery and the predictive controller designed by using dynamic array contro1 algorithm are presented 文摘:介紹了糖廠酸堿中和的酸度控制系統(tǒng)以及采用動態(tài)矩陣控制算法設(shè)計(jì)的預(yù)測控制器。
This is a dynamic array class ( implemented for strings but can be easily generalized for any other type of object ) based on vb ' s existing implementation of arrays 這是一個動態(tài)數(shù)組類(用于串的實(shí)現(xiàn),但可通過簡單的修改用于其它任何一種對象) ,基于vb中現(xiàn)有的數(shù)組實(shí)現(xiàn)。
Dynamic array class for strings - this is a dynamic array class ( implemented for strings but can be easily generalized for any other type of object ) based on vb ' s existing implementation of arrays 這是一個動態(tài)數(shù)組類(用于串的實(shí)現(xiàn),但可通過簡單的修改用于其它任何一種對象) ,基于vb中現(xiàn)有的數(shù)組實(shí)現(xiàn)。
The following example increases the size of the last dimension of a dynamic array without losing any existing data in the array , and then decreases the size with partial data loss 下面的示例將增加某個動態(tài)數(shù)組最后一個維度的大小(不會丟失數(shù)組中的任何現(xiàn)有數(shù)據(jù)) ,然后減小該大?。〞胁糠?jǐn)?shù)據(jù)丟失) 。
Visual basic 6 . 0 and earlier versions would write the file descriptor for a dynamic array , but not for a fixed - size array ; visual basic defaults to not writing the descriptor . to write the descriptor , set the Visual basic 6 . 0及早期版本對于動態(tài)數(shù)組會寫入文件說明符,但對于固定大小數(shù)組,則不會寫入文件說明符默認(rèn)情況下, visual basic不寫入說明符。
In computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, variable-size list data structure that allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages.